repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Adding some more judges, here and there.
[and.git]
/
Codeforces
/
Codeforces Beta Round #90
/
C
/
gen.rb
blob
68abdc766acc2697e5660bf374405e9e109f6450
1
puts "50 50 2"
2
50.times do |i|
3
puts "#{2*(i+1)} #{2*(i+2)} #{i+1}"
4
end